home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1737 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  975 b 

  1. Date: Thu, 21 Jul 1994 18:06:09 -0400
  2. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  3. To: hohmuth@inf.tu-dresden.de
  4. Subject: Background jobs writing on terminal
  5.  
  6.  
  7. Michael,
  8.  
  9. In the h6 patch's README you say:
  10.  
  11. >Known bugs:
  12. >
  13. >o   background jobs write to the terminal instead of being stopped
  14.  
  15. I haven't been able to produce this behavior on my system.  Does it
  16. occur with any program being run in the background, or just some?
  17.  
  18. [51]root@seki::~ # stty tostop
  19. [52]root@seki::~ # /bin/echo hello &
  20. [1] 738
  21.  
  22. [1]+  Stopped (tty output)    /bin/echo hello
  23. [53]root@seki::~ # fg
  24. /bin/echo hello
  25. hello
  26. [54]root@seki::~ # stty -tostop
  27. [55]root@seki::~ # /bin/echo hello &
  28. hello
  29. [1] 740
  30. [1]   Done                    /bin/echo hello
  31. [56]root@seki::~ # 
  32.  
  33. -entropy
  34.  
  35. --
  36. entropy -- it's not just a good idea, it's the second law.
  37. Personal mail:      entropy@gnu.ai.mit.edu
  38. MiNT library mail:  entropy@terminator.rs.itd.umich.edu
  39. "what do you have against octal?" -jrb
  40.  
  41.